home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 25 / MacFormat n. 25 (Spain) / MacFormat 25.bin / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00408.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  199 b   |  11 lines

  1. on exitFrame
  2.   global playMode
  3.   if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
  4.     puppetSound(1, "sprgcal")
  5.     wait(30)
  6.     go(the frame + 1)
  7.   else
  8.     go(the frame + 7)
  9.   end if
  10. end
  11.